home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / ACRViewer.1.3 / ACRViewer.app / English.lproj / ACRViewer.nib / data.classes next >
Encoding:
Text File  |  1995-06-02  |  1.8 KB  |  67 lines

  1. OperatorController = {
  2.     ACTIONS = {"apply:" = "apply:"; "handleClick:" = "handleClick:"; }; 
  3.     OUTLETS = {
  4.     constBrowser = constBrowser; 
  5.     constOps = constOps; 
  6.     imageView = imageView; 
  7.     modifBrowser = modifBrowser; 
  8.     modifOps = modifOps; 
  9.     threshOperator = threshOperator; 
  10.     windowOperator = windowOperator; 
  11.     }; 
  12.     SUPERCLASS = Object; 
  13. };
  14. ImageView = {
  15.     ACTIONS = {"displayImage:" = "displayImage:"; "resetBrightness:" = "resetBrightness:"; }; 
  16.     OUTLETS = {
  17.     brightnessSlider = brightnessSlider; 
  18.     dataForm = dataForm; 
  19.     image = image; 
  20.     imageForm = imageForm; 
  21.     operatorController = operatorController; 
  22.     scrollView = scrollView; 
  23.     timage = timage; 
  24.     }; 
  25.     SUPERCLASS = View; 
  26. };
  27. ThreshOperator = {
  28.     ACTIONS = {}; 
  29.     OUTLETS = {threshForm = threshForm; }; 
  30.     SUPERCLASS = ImageOperator; 
  31. };
  32. ACRViewerApplication = {
  33.     ACTIONS = {
  34.     "nextSlice:" = "nextSlice:"; 
  35.     "open:" = "open:"; 
  36.     "openFolder:" = "openFolder:"; 
  37.     "previousSlice:" = "previousSlice:"; 
  38.     "saveAsTiff:" = "saveAsTiff:"; 
  39.     "startAnimation:" = "startAnimation:"; 
  40.     "stopAnimation:" = "stopAnimation:"; 
  41.     }; 
  42.     OUTLETS = {
  43.     directoryMenu = directoryMenu; 
  44.     imageMenu = imageMenu; 
  45.     imageView = imageView; 
  46.     imageViewWindow = imageViewWindow; 
  47.     operatorController = operatorController; 
  48.     }; 
  49.     SUPERCLASS = Application; 
  50. };
  51. WindowOperator = {OUTLETS = {windowForm = windowForm; }; SUPERCLASS = ImageOperator; };
  52. ImageOperator = {
  53.     ACTIONS = {"apply:" = "apply:"; }; 
  54.     OUTLETS = {mainPanel = mainPanel; operatorController = operatorController; }; 
  55.     SUPERCLASS = Object; 
  56. };
  57. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  58. PreferencesController = {
  59.     ACTIONS = {"setPreferences:" = "setPreferences:"; }; 
  60.     OUTLETS = {
  61.     imageView = imageView; 
  62.     secondsInAnimation = secondsInAnimation; 
  63.     switches = switches; 
  64.     }; 
  65.     SUPERCLASS = Object; 
  66. };
  67.